Skip to main content
GET
[One Click Apps] Get the application platform of an instance

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).

Path Parameters

instance_id
string
required

Unique identifier of the compute instance.

organization_id
string
required

Unique identifier of the organization that owns the resource.

project_id
string
required

Unique identifier of the project containing the resource.

Response

id
string<uuid>
required
read-only
provider
enum<string>
required
read-only
  • coolify - Coolify
Available options:
coolify
status
enum<string>
required
read-only
  • pending - Pending
  • installing - Installing
  • configuring - Configuring
  • ready - Ready
  • degraded - Degraded
  • unreachable - Unreachable
  • failed - Failed
  • updating - Updating
  • uninstalling - Uninstalling
  • uninstalled - Uninstalled
Available options:
pending,
installing,
configuring,
ready,
degraded,
unreachable,
failed,
updating,
uninstalling,
uninstalled
dashboard_url
string
required
read-only
root_email
string<email>
required
read-only
version
string
required
read-only
latest_version
string
required
read-only
update_available
boolean
required
read-only
auto_update_enabled
boolean
required
read-only
allowed_ips
any
required
read-only

CIDR list allowed to reach the platform API

last_health_at
string<date-time> | null
required
read-only
last_health_ok
boolean
required
read-only
installed_at
string<date-time> | null
required
read-only
task_id
string<uuid> | null
required
read-only
created
string<date-time>
required
read-only
modified
string<date-time>
required
read-only